home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dictionaries & Language
/
Dictionaries and Language (Chestnut CD-ROM) (1993).iso
/
word_p
/
pcwriteb
/
menuprt.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1989-09-19
|
176 b
|
11 lines
echo off
getyn ₧ %1
if errorlevel 1 goto nopr
menuprt1 %1pr.def
if errorlevel 1 menuprt2 // %1pr.def
goto exit
:nopr
menuprt1 %1
if errorlevel 1 menuprt2 // %1
:exit